home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global center, left, right, Hand, IQcursor
- set the timeoutScript to EMPTY
- set the cursor of sprite 2 to center
- set the cursor of sprite 3 to left
- set the cursor of sprite 4 to right
- set the cursor of sprite 5 to Hand
- set the cursor of sprite 6 to Hand
- repeat with i = 30 to 38
- set the cursor of sprite i to IQcursor
- end repeat
- end
-